home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / NONLIN15.ARJ / READ.ME < prev    next >
Text File  |  1992-08-08  |  4KB  |  75 lines

  1.  
  2.           ***  NONLIN -- Nonlinear Regression Analysis Program  ***
  3.  
  4. Nonlin allows you to perform statistical regression analyses to estimate the
  5. values of parameters for linear, multivariate, polynomial, and general nonlinear
  6. functions.  The regression analysis determines the values of the parameters
  7. which cause the function to best fit the observed data that you provide.  Nonlin
  8. allows you to specify the form of the function whose parameters are being
  9. estimated using ordinary algebraic notation.  In addition to determining the
  10. parameter estimates, Nonlin can be directed to generate an output file with
  11. predicted values and residuals.  It can also plot the observed values and the
  12. estimated function and the residual values.  In addition to performing
  13. regression analysis, Nonlin can also be used to find the root (zero value point)
  14. or minimum absolute value of a nonlinear expression.
  15.  
  16. Nonlin is a shareware program.  You are welcome to share it with others or
  17. upload it to bulletin boards (in its original form).  However, if you find
  18. Nonlin to be useful, educational, or entertaining you are expected to fill out
  19. the form in the REGISTER.DOC file and send it to the author with the appropriate
  20. registration fee.  In return you will receive the most recent version of Nonlin
  21. along with a laser printed, bound manual. The author frequently improves Nonlin
  22. and it is likely that the version you have is not the most recent version. Note,
  23. the cost of registering Nonlin is insignificant compared with what you would
  24. have to pay to purchase a commercial statistical package with an equivalent
  25. regression capability.
  26.  
  27. Nonlin requires 512 KB of memory.  In order to use the opional PLOT command
  28. you must have a CGA, EGA, or VGA monitor.  An 80x87 numeric coprocessor
  29. greatly improves its execution speed, but is not required. Nonlin has been
  30. successfully run on dozens of computer types ranging from 8088's and laptops
  31. to 486's.  However, one user reported that it "hung up" while running on a
  32. Gateway brand computer. The author would appreciate receiving information
  33. about any computers on which Nonlin does not successfully operate.
  34.  
  35. The Nonlin system consists of the following files:
  36.  
  37. NONLIN.EXE   -- The executable program.
  38. NONLIN.DOC   -- Documentation file.
  39. REGISTER.DOC -- Form to register and order latest version of Nonlin.
  40. NONLIN.FON   -- Font file used if you request a plot.
  41. NONLIN.LJF   -- HP LaserJet font file used if you print a plot.
  42.      *.NLR   -- Example command files.
  43.  
  44. To install Nonlin, copy the files into the directory of your choice. If you do
  45. not plan to generated hard copy output for a LaserJet printer, you may delete
  46. the NONLIN.LJF file. If the NONLIN.FON and NONLIN.LJF files are not in your
  47. current directory, you must place a command of the following form in your
  48. AUTOEXEC.BAT file to tell Nonlin where to look for its font files:
  49.  
  50. SET NONLIN=directory
  51.  
  52. Where "directory" is the name of the device and directory where the files are
  53. located. For example, if the files are located in a directory named NONLIN on
  54. the C disk, the following command could be used:
  55.  
  56. SET NONLIN=C:\NONLIN
  57.  
  58. Once Nonlin has been installed, it can be started using a DOS command
  59. of the form:
  60.  
  61. NONLIN command_file
  62.  
  63. where "command_file" is the name of a file containing Nonlin commands that
  64. control the analysis.
  65.  
  66. If you are anxious to try Nonlin, run some of the examples by using
  67. the following commands:
  68.  
  69. NONLIN F33YEAR
  70. NONLIN F33EXP
  71. NONLIN MAGNET
  72. NONLIN COOLING
  73.  
  74. Read or print the NONLIN.DOC file for further information.
  75.